ci: enable CodeQL SAST scanning for automated security analysis#5151
ci: enable CodeQL SAST scanning for automated security analysis#5151jedel1043 merged 5 commits intoboa-dev:mainfrom
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Test262 conformance changes
Tested main commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5151 +/- ##
===========================================
+ Coverage 47.24% 59.80% +12.55%
===========================================
Files 476 582 +106
Lines 46892 63414 +16522
===========================================
+ Hits 22154 37923 +15769
- Misses 24738 25491 +753 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test262 conformance changes
Tested main commit: |
.github/workflows/codeql.yml
Outdated
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@v4 | ||
| with: | ||
| languages: ${{ matrix.language }} | ||
| build-mode: none | ||
|
|
||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@v4 |
There was a problem hiding this comment.
Please use SHA hashes instead of tag versioning
.github/workflows/codeql.yml
Outdated
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
There was a problem hiding this comment.
You should use the sha of v6, not v4
…rsist-credentials
|
Thanks @jedel1043 for the guidance |
This Pull Request fixes/closes #5150
It changes the following:
github/codeql-action.rustto scan the main codebase and newly opened PRs for deeply-nested logical security bugs.contents: readpermissions.